home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / utils / report_magic / rmagic_221.exe / {app} / stylesheet.sample < prev   
Encoding:
Text File  |  2003-04-02  |  586 b   |  16 lines

  1. <!--
  2.  A sample stylesheet that will produce the same styles that are in rmagic.sample
  3.  Make sure to copy this to the reports/ folder!
  4. -->
  5. body {}
  6. th {background-color:#9999CC;}
  7. th.total {background-color:#FFCC66;}
  8. td {font-family:Helvetica,Arial,sans-serif;}
  9. td.alt1 {background-color:#D0FFD0;}
  10. td.alt2 {background-color:#F0FFF0;} 
  11. h1 {text-align:CENTER; font-size:20pt;}
  12. h2 {background-color:#000000; font-weight:bold; width:95%; font-size:12pt; border:none; font-family:Helvetica,Arial,sans-serif; padding:3pt; color:#FFCC00;}
  13. .fineprint {font-size:7pt;}
  14. .smallfont {font-size:8pt;}
  15.  
  16.